home *** CD-ROM | disk | FTP | other *** search
/ Tools Unlimited 1: The Blanker Collection / Tools Unlimited - Vol 1 - The Blanker Collection.iso / Blanker / Packages / GarshneBlanker / GSource / protos / var.h < prev    next >
C/C++ Source or Header  |  1996-01-25  |  147b  |  8 lines

  1. #ifndef G_VAR_H
  2. #define G_VAR_H
  3.  
  4. LONG GetVar37( STRPTR, STRPTR, LONG, ULONG );
  5. LONG SetVar37( STRPTR, STRPTR, LONG, ULONG );
  6.  
  7. #endif /* G_VAR_H */
  8.